home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_doom / autoplay.zip / THGSETUP.BAT < prev    next >
DOS Batch File  |  1996-07-21  |  2KB  |  87 lines

  1. @echo off
  2. cls
  3. echo.
  4. if not exist thug.w_ goto install
  5. if not exist dehacked.ini goto install
  6. rename thughak.e_ thughak.exe
  7. rename thug.b_ thug.bat
  8. rename thug1.b_ thug1.bat
  9. rename thug.w_ thug.wad
  10. rename *.d_ *.deh
  11. if exist doom2.exe goto copy
  12. echo.
  13. echo  ERROR! Where the hell is your doom2.exe?!! Either you do not own
  14. echo  a copy of Doom2 or you have unzipped these files into the wrong
  15. echo  directory. 
  16. echo.
  17. pause
  18. goto end
  19. :copy
  20. copy doom2.exe thughack.exe
  21. cls
  22. echo.
  23. echo  None of your Doom2 files can be affected by this program. A copy of your
  24. echo  Doom2.exe called Thughack.exe has been made.  Only Thughack.exe is used
  25. echo  by this program.
  26. echo.
  27. pause
  28. cls
  29. echo.
  30. echo  You may move some of the files from this program to their own directory.
  31. echo  This serves no purpose other than relieving some anxiety for those of
  32. echo  you who are compulsively neat.  See Patches in the text file for more
  33. echo  information.
  34. echo.
  35. pause
  36. if exist c:\doom2\wads\nul goto move
  37. cls
  38. echo.
  39. echo  The default Deathmatch wads path is different from yours. An editor will
  40. echo  open the appropriate file for you.  Simply follow the directions in this
  41. echo  file.
  42. echo.
  43. echo            * REMEMBER TO SAVE YOUR CHANGES WHEN EXITING *
  44. echo.
  45. pause
  46. edit thug.bat
  47. cls
  48. echo.
  49. pause
  50. goto good
  51. :move
  52. if exist c:\doom2\wads\thug.wad goto good
  53. move thug.wad c:\doom2\wads
  54. cls
  55. echo.
  56. echo  Thug.wad has just been moved to your wads directory.  Remember, thug.wad
  57. echo  is also great for playing Deathmatch.
  58. echo.
  59. pause
  60. goto good
  61. :good
  62. cls
  63. echo.
  64. echo  Congratulations!  Setup is now complete.
  65. echo  You can fight the Auto-Player anytime by typing "Thug" at your
  66. echo  Doom2 prompt.
  67. echo.
  68. pause
  69. echo.
  70. echo  Would you like to fight the Auto-Player now?
  71. echo.
  72. echo.
  73. echo  Hell yea!, I'm outta here!  {H,I}
  74. choice /c:HI/n
  75. if errorlevel 2 goto end
  76. cls
  77. call thug
  78. goto end
  79. :install
  80. echo  You are missing files required by this program!  Unzip Autoplay.zip
  81. echo  into your Doom2 directory and type Thgsetup at the Doom2 Dos prompt.
  82. :end
  83. cls
  84. echo.
  85. echo.
  86.  
  87.